/**
 * style.less
 * 层叠样式表
 */
.ff {
    font-family: 'iconfont' !important;
}

*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
    outline: none !important;
}

@font-face {
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on October 19, 2017 3:41 AM */
body {
    font-family: 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.fixed {
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}

body.searchactive {
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}

@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }
}

@media (max-width: 767px) {
    .col-xs-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }

    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}

li,
ol,
ul {
    list-style: none;
}

a {
    color: inherit;
}

a:hover,
a:link,
a:visited {
    text-decoration: none;

    color: inherit;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}

ul {
    margin: 0;
    padding: 0;
}

button,
input,
textarea {
    resize: none;

    border: none;
    outline: none;
}

a {
    text-decoration: none;

    color: inherit;
}

a:hover {
    text-decoration: none;

    color: inherit;
}

a:visited,
a:link {
    text-decoration: none;

    color: inherit;
}

.img-box {
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}

.img-box img {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}

.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}

.header {
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 80px;

    -webkit-transition: all .4s;
    transition: all .4s;

    background-color: rgba(74, 193, 243, .6);
}

@media (max-width: 1199px) {
    .header {
        height: 60px;
    }
}

.header.fixed-header:hover {
    background-color: #4ac1f3;
}

.header.fixed-header:hover .nav .nav-list1 .nav-list2 {
    background-color: #4ac1f3;
}

.header .logo {
    position: relative;

    float: left;
    overflow: hidden;

    height: 50px;
    margin-top: 15px;

    -webkit-transition: all .4s;
    transition: all .4s;
}

@media (max-width: 1199px) {
    .header .logo {
        height: 40px;
        margin-top: 10px;
    }
}

.header .logo a {
    background-color: #fff;
}

.header .logo img {
    display: block;

    height: 100%;
}

.header .nav-collapse {
    position: relative;

    display: none;
    float: right;

    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

    background: none;
}

@media (max-width: 1199px) {
    .header .nav-collapse {
        display: block;

        margin-top: 10px;
    }

    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 10px;

        border: none;
    }

    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}

@media (max-width: 767px) {
    .header .nav-collapse {
        margin-top: 12px;

        border: none;
    }
}

@media (max-width: 360px) {
    .header .nav-collapse {
        position: absolute;
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .nav-collapse.nav-collapse-xs:hover .btn-line {
        background-color: #000;
    }
}

.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #fff;
}

.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;

    background-color: #fff;
}

.header .nav-collapse .btn-line:nth-child(1) {
    top: 35%;
}

.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}

.header .nav-collapse .btn-line:nth-child(3) {
    top: 65%;
}

.header .nav-collapse.active {
    border-color: transparent;
}

.header .nav-collapse.active .btn-line {
    background-color: #fff;
}

.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);

    opacity: 0;
}

.header .nav-collapse.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}

.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}

@media (min-width: 1200px) {
    .header .nav {
        float: right;
    }
}

@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 50px;

        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: #4ac1f3;
    }

    .header .nav .tbl {
        display: table;

        width: 100%;
        height: 100%;
    }

    .header .nav .tbl-cell {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .header .nav {
        width: 100%;
        padding: 30px;
    }
}

.header .nav.left-100 {
    left: -100%;
}

.header .nav.left-200 {
    left: -200%;
}

@media (min-width: 1200px) {
    .header .nav .nav-list1 li a {
        white-space: nowrap;
    }

    .header .nav .nav-list1>li {
        float: left;
    }

    .header .nav .nav-list1>li>a {
        line-height: 80px;

        position: relative;

        display: inline-block;

        padding: 0 30px;

        -webkit-transition: all .4s;
        transition: all .4s;

        color: #fff;
    }

    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        color: rgba(255, 255, 255, .7);
    }

    .header .nav .nav-list1 .nav-list2 {
        display: none;

        background-color: rgba(74, 193, 243, .6);
    }

    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;

        padding: 20px 30px;
    }

    .header .nav .nav-list1 .nav-list2 li {
        list-style: none;
    }

    .header .nav .nav-list1 .nav-list2 li>a {
        font-size: 13px;
        line-height: 30px;

        position: relative;
        z-index: 1;

        display: block;

        -webkit-transition: -webkit-transform .6s ease;
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease;

        color: #fff;
    }

    .header .nav .nav-list1 .nav-list2 li>a:hover {
        -webkit-transform: translateX(6px);
        -ms-transform: translateX(6px);
        transform: translateX(6px);
        text-decoration: underline;

        color: rgba(255, 255, 255, .7);
    }

    .header .nav .nav-list1 .nav-list2 li .pic {
        max-width: 260px;
        margin-left: 40px;
    }

    .header .nav .nav-list1 .nav-list2 li .pic img {
        max-width: 100%;
    }

    .header .nav .nav-list1 .nav-list2 li .pic .img-box {
        padding-bottom: 69.23076923%;
    }

    .header .nav .nav-list1 .nav-list2 li.more>a:after {
        font-family: 'iconfont';

        position: absolute;
        top: 50%;
        right: 20px;

        content: '\e9b4';
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);

        color: #4ac1f3;
    }

    .header .nav .nav-list1 .nav-list2.pronav-list2 {
        right: 0;
        left: 0;

        overflow: hidden;

        width: 100%;
        max-width: 1290px;
        margin: auto;
        padding-bottom: 20px;

        border-bottom: 40px solid #fff;
    }

    .header .nav .nav-list1 .nav-list2.pronav-list2>li {
        width: 14.28571429%;
        margin-right: -4px;
        margin-bottom: -999px;
        padding: 0 25px 0 15px;
        padding-bottom: 999px;

        border-left: 1px solid #e7e7e7;
    }

    .header .nav .nav-list1 .nav-list2.pronav-list2>li .pic {
        max-width: 130px;
        margin-left: 0;
    }

    .header .nav .nav-list1 .nav-list2.pronav-list2>li h4 {
        font-size: 13px;
        font-weight: bold;

        margin-top: 24px;
    }

    .header .nav .nav-list1 .nav-list3 li>a {
        font-size: 12px;
        line-height: 2;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .header .nav .nav-list1>li>a {
        padding: 0 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .header .nav .nav-list1>li>a {
        padding: 0 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1199px) {
    .header .nav .nav-list1 .nav-list2 li .pic {
        display: none;
    }
}

@media (max-width: 1560px) {
    .header .nav .nav-list1>li {
        margin: 0 10px;
    }
}

@media (max-width: 1330px) {
    .header .nav .nav-list1>li {
        margin: 0 6px;
    }
}

@media (max-width: 1199px) {
    .header .nav .nav-list1 {
        margin: 20px 0;

        opacity: 0;
    }

    .header .nav .nav-list1>li {
        -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        transform: translateX(-25px);

        opacity: 0;
    }

    .header .nav .nav-list1>a {
        font-size: 20px;

        color: #fff;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header .nav .nav-list1>li {
        margin: 0 12px;
    }
}

@media (max-width: 1199px) {

    .header .nav .nav-list2,
    .header .nav .nav-list3 {
        display: none;
    }

    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}

.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
    display: block;
}

@media (max-height: 580px) {

    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        margin-top: 0;
    }
}

.header .nav-2,
.header .nav-3 {
    display: none;
}

@media (max-width: 1199px) {

    .header .nav-2,
    .header .nav-3 {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background-color: #4ac1f3;
    }
}

.header .nav-2 .nav-top,
.header .nav-3 .nav-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}

.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2 {
    font-size: 30px;

    margin: 0;

    text-transform: uppercase;
}

@media (max-width: 767px) {

    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2 {
        font-size: 20px;

        width: 100%;
    }
}

.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
    margin: 0;
}

.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
    background-color: #fff;
}

.header .nav-2 .content,
.header .nav-3 .content {
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}

@media (max-width: 767px) {

    .header .nav-2 .content ul,
    .header .nav-3 .content ul {
        padding: 0 15px;
    }
}

.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
    font-size: 20px;
    line-height: 50px;

    margin: 25px 0;

    text-align: left;
}

@media (max-width: 767px) {

    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li {
        margin: 0;
    }
}

.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
    position: relative;
}

.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}

.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
    display: block;
}

.header .nav-2 {
    left: 100%;
}

.header .nav-3 {
    left: 200%;
}

.header .nav-3 .content ul li {
    font-size: 19px;
}

.header .fade-out ul {
    text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header .fade-out ul {
        padding: 0 5%;
    }
}

@media (max-width: 1199px) {
    .header .fade-out ul .pic {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .header .fade-out ul.nav-list1 {
        opacity: 1;
    }

    .header .fade-out ul.nav-list1 a {
        color: #fff;
    }

    .header .fade-out ul.nav-list1>li {
        position: relative;

        margin: 20px 0;
    }

    .header .fade-out ul.nav-list1>li.act {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }

    .header .fade-out ul.nav-list1>li.more:after {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }

    .header .fade-out ul.nav-list1>li>a {
        font-size: 22px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }

    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}

@media (max-width: 1199px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}

@media (max-width: 1199px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}

.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}

.header .xs-language {
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}

@media (min-width: 1200px) {
    .header .xs-language {
        display: none;
    }
}

.header .xs-language a {
    font-size: 16px;

    color: #fff;
}

.header .xs-language span {
    margin: 0 5px;

    color: #fff;
}

.header .search-box {
    display: none;

    margin-top: 20px;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .header .search-box {
        position: fixed;
        z-index: 888;
        top: 100%;
        left: 0;

        overflow: hidden;

        width: 100%;
        height: 100%;
        margin-top: 0;
        padding: 0 3%;

        background-color: rgba(0, 0, 0, .96);
    }
}

.header .search-box .search {
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}

.header .search-box .search:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}

.header .search-box .input-text {
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}

@media (min-width: 768px) {
    .header .search-box .input-text {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}

.header .search-box .input-submit {
    line-height: 36px;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;

    background: none;
}

.header .search-box .input-submit:before {
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e660';

    color: #343434;
}

@media (min-width: 768px) {
    .header .search-box .input-submit {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}

.header .search-box.search-xs {
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}

@media (min-width: 1200px) {
    .header .search-box.search-xs {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header .search-box.search-xs {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}

.header .search-box.search-xs.show {
    z-index: 66;
}

.header .search-box.search-xs.show .search {
    left: 0;
}

.header .search-box.search-xs .search {
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
    transition: left .3s;

    border-color: #fff;
    background: #fff;
}

@media (max-width: 360px) {
    .header .search-box.search-xs form .input-text {
        width: 74%;
    }
}

@media (max-width: 767px) {
    .header .search-box.search-xs form .input-text {
        padding-left: 5%;
    }
}

.header .search-box.search-xs .input-submit {
    line-height: 34px;

    background: #fff;
}

.header .search-box.search-xs .input-submit:before {
    color: #4ac1f3;
}

.header .search-icon {
    display: none;
}

@media (max-width: 1199px) {
    .header .search-icon {
        position: fixed;
        right: 50px;
        bottom: 30px;

        display: inline-block;

        cursor: pointer;
    }

    .header .search-icon:before {
        font-family: 'iconfont' !important;
        font-size: 18px;

        content: '\e660';

        color: #fff;
    }
}

@media (max-width: 767px) {
    .header .search-icon {
        right: 35px;
    }
}

.header .search-lg {
    top: 0;
}

@media (min-width: 768px) {
    .header .search-lg .logo {
        margin-top: 20px;
        margin-left: 0;
    }

    .header .search-lg .search {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;

        width: 100%;
        max-width: 800px;
        margin: auto;

        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);

        border: none;
        border-bottom: 3px solid #1f1e1e;
        border-radius: 0;
    }

    .header .search-lg .search p {
        margin-bottom: 50px;

        -webkit-animation: zoomIn 1s 0s ease both;
        animation: zoomIn 1s 0s ease both;
        text-align: center;
        letter-spacing: 2px;

        color: #fff;
    }

    .header .search-lg .input-text {
        font-size: 20px;
        line-height: 30px;

        height: 60px;
        padding: 0;
        padding-bottom: 30px;

        -webkit-animation: zoomIn 1s 0s ease both;
        animation: zoomIn 1s 0s ease both;
        text-align: center;

        color: #fff;
    }

    .header .search-lg .close-btn {
        position: fixed;
        top: 30px;
        right: 10%;

        cursor: pointer;
    }

    .header .search-lg .close-btn:before {
        font-size: 20px;

        content: '\2716';

        color: #fff;
    }
}

@media (max-width: 767px) {
    .header .search-lg {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header .search-lg .search {
        width: 60%;
    }
}

@media (max-width: 991px) {
    .header .search-lg .search {
        width: 50%;
    }
}

.header .right {
    float: right;

    margin-left: 40px;
}

.header .find {
    line-height: 80px;

    float: right;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    color: #999;
}

.header .find::before {
    font-family: 'iconfont';
    font-size: 18px;

    float: left;

    content: '\e627';

    color: #fff;
}

@media (max-width: 1199px) {
    .header .find {
        display: none;
    }
}

.online {
    position: fixed;
    z-index: 9;
    right: 15px;

    width: 45px;

    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

@media (max-width: 1440px) {
    .online {
        right: 5px;
    }
}

@media (min-width: 992px) {
    .online {
        top: 40%;
    }
}

@media (max-width: 991px) {
    .online {
        bottom: -380px;
    }
}

.online.active {
    right: 5px;
    bottom: 80px;
}

.online a {
    line-height: 45px;

    position: relative;

    display: block;

    width: 45px;
    height: 45px;
    margin-top: 2px;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
}

@media (max-width: 1560px) {
    .online a {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}

.online a:after {
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e644';

    color: #fff;
}

.online a.online-qq:after {
    content: '\e62d';
}

.online a.online-qq:hover {
    background-color: #eb1b28;
}

.online a.online-email:hover {
    background-color: #b4961a;
}

.online a.online-skype:after {
    font-size: 22px;

    content: '\e6c1';
}

.online a.online-skype:hover {
    background-color: #00aff0;
}

.online a.online-whatsapp:after {
    font-size: 22px;

    content: '\e962';
}

.online a.online-whatsapp:hover {
    background-color: #13ae0a;
}

.online a.online-tel:after {
    content: '\e61c';
}

.online a.online-tel:hover {
    background-color: #00affb;
}

.online a.online-weixin:after {
    font-size: 23px;

    content: '\e613';
}

.online a.online-weixin:hover {
    background-color: #3b589b;
}

.online a.online-wechat:after {
    content: '\e604';
}

.online a.online-wechat:hover {
    background-color: #33d055;
}

.online a.online-top:after {
    font-size: 26px;

    content: '\e614';
}

.online a.online-top:hover {
    background-color: #000;
}

.online a.online-tel p,
.online a.online-whatsapp p {
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 54px;

    display: none;

    width: 160px;
    height: 50px;

    text-align: center;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}

.online a.online-wechat .erweima,
.online a.online-weixin .erweima {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 54px;

    display: block;
    display: none;

    width: 130px;
    height: 160px;
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}

.online a.online-wechat .erweima img,
.online a.online-weixin .erweima img {
    width: 100%;
}

.online a.online-wechat .erweima p,
.online a.online-weixin .erweima p {
    font-size: 13px;
    line-height: 30px;

    height: auto;
    margin: 0;
    padding: 0;

    text-align: center;

    color: #888;
}

.icon-online {
    font-size: 30px;
    line-height: 40px;

    position: fixed;
    z-index: 9;
    right: 5px;
    bottom: 20px;

    display: none;

    width: 46px;
    height: 46px;

    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #4ac1f3;
}

@media (max-width: 991px) {
    .icon-online {
        display: block;
    }
}

.icon-online.icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.banner {
    position: relative;
    z-index: 9;

    overflow: hidden;

    width: 100%;
}

@media (max-width: 1199px) {
    .banner .owl-theme {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}

@media (max-width: 991px) {
    .banner .owl-theme {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}

.banner .owl-theme .owl-pagination {
    position: absolute;
    right: 0;
    bottom: 34px;
    left: 0;

    width: 100%;
    margin: auto;

    text-align: center;
}

@media (max-width: 1199px) {
    .banner .owl-theme .owl-pagination {
        bottom: 14px;

        text-align: center;
    }
}

.banner .owl-theme .owl-pagination .owl-page {
    display: inline-block;
}

.banner .owl-theme .owl-pagination .owl-page span {
    display: inline-block;

    width: 11px;
    height: 11px;
    margin: 0 5px;

    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    background: none;
}

.banner .owl-theme .owl-pagination .owl-page.active span {
    width: 10px;
    height: 10px;

    background: none;
    background-color: #fff;
}

.banner .owl-theme .owl-buttons {
    display: none;
}

.banner .text {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 1200px;
    margin: auto;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #fff;
}

@media (max-width: 767px) {
    .banner .text {
        width: 50%;
    }
}

.banner .text h3 {
    font-size: 48px;

    margin: 0;
}

@media (max-width: 991px) {
    .banner .text h3 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .banner .text h3 {
        font-size: 24px;
    }
}

.banner .text h3::after {
    font-family: 'iconfont';

    display: block;

    content: '\e605';
}

.banner .text a.more {
    font-weight: 600;
    line-height: 50px;

    display: inline-block;

    height: 50px;
    margin-top: 60px;
    padding: 0 54px;

    border: 2px solid #fff;
    border-radius: 50px;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 991px) {
    .banner .text a.more {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .banner .text a.more {
        line-height: 40px;

        height: 40px;
        margin-top: 20px;
        padding: 0 40px;

        border: 1px solid #fff;
    }
}

.banner .active .text h3 {
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}

.banner .active .text a.more {
    -webkit-animation: fadeInRight 1s 0s ease both;
    animation: fadeInRight 1s 0s ease both;
}

.banner-in {
    overflow: hidden;
}

.banner-in .owl-theme {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .banner-in .owl-theme {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}

@media (max-width: 767px) {
    .banner-in .owl-theme {
        width: 180%;
        max-width: 180%;
        margin-left: -40%;
    }
}

.box {
    padding: 80px 0;
}

@media (max-width: 991px) {
    .box {
        padding: 60px 0;
    }
}

.title h2 {
    font-size: 26px;
    font-weight: normal;

    margin: 0;
}

@media (max-width: 991px) {
    .title h2 {
        font-size: 24px;
    }
}

.title p {
    font-family: Arial, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 13px;
    line-height: 1.92307692;

    margin: 0;

    color: #999;
}

.content {
    position: relative;
    z-index: 9;
}

.box-about {
    padding: 20px 0;

    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

@media (max-width: 991px) {
    .box-about {
        padding: 60px 0;

        background: none;
    }
}

.box-about .title h2 {
    font-size: 32px;
}

.box-about .about {
    display: table;

    width: 100%;
}

@media (max-width: 991px) {
    .box-about .about {
        display: block;
    }
}

.box-about .about .left,
.box-about .about .right {
    display: table-cell;

    width: 50%;

    vertical-align: middle;
}

@media (max-width: 991px) {

    .box-about .about .left,
    .box-about .about .right {
        display: block;

        width: 100%;
    }
}

.box-about .about .left {
    width: 40%;
}

@media (max-width: 991px) {
    .box-about .about .left {
        width: 100%;
    }
}

.box-about .about .right {
    width: 60%;
    padding-right: 6%;

    text-align: right;
}

@media (max-width: 991px) {
    .box-about .about .right {
        width: 100%;
        margin-top: 30px;
        padding-right: 0;

        text-align: center;
    }
}

.box-about .about .right img {
    max-width: 100%;
}

.box-about .about .text {
    margin-top: 30px;
}

.box-about .about .text p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}

.box-about .about .text a {
    text-decoration: underline;

    color: #4ac1f3;
}

.box-num {
    padding: 45px 0;

    border-bottom: 1px solid #dcdcdc;
    background: url(../images/num_bg.jpg) no-repeat center;
    background-size: cover;
}

.box-num ul {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .box-num ul {
        margin: 0 -8px;
    }
}

.box-num ul li {
    display: inline-block;

    width: 20%;
    margin-right: -4px;
    padding: 0 15px;

    vertical-align: top;
}

@media (max-width: 991px) {
    .box-num ul li {
        width: 33.33333333%;
    }
}

@media (max-width: 767px) {
    .box-num ul li {
        width: 33.33333333%;
        padding: 0 8px;
    }
}

.box-num .item {
    margin: 15px 0;

    text-align: center;
}

.box-num .item h3 {
    font-family: Arial, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 60px;
    font-weight: bold;

    display: inline-block;

    margin: 0;

    color: #fff;
}

@media (max-width: 991px) {
    .box-num .item h3 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .box-num .item h3 {
        font-size: 34px;
    }
}

.box-num .item span {
    font-size: 20px;

    position: relative;
    top: -10px;

    display: inline-block;

    margin-left: 6px;

    vertical-align: top;

    color: #fff;
}

.box-num .item p {
    font-size: 13px;

    margin: 8px 0 0 0;

    letter-spacing: 1px;

    color: #fff;
}

.box-product {
    padding-bottom: 60px;
}

.box-product .product {
    position: relative;
}

.box-product .product .pro-more {
    position: absolute;
    top: -80px;
    right: 0;

    width: 94px;
    height: 230px;

    text-align: center;

    border-radius: 0 0 50px 50px;
    background-color: #fbcb53;
    z-index: 10;
}

@media (max-width: 991px) {
    .box-product .product .pro-more {
        top: -60px;

        height: 200px;
    }
}

@media (max-width: 767px) {
    .box-product .product .pro-more {
        width: 80px;
        height: 150px;
    }
}

.box-product .product .pro-more a {
    font-size: 13px;

    position: absolute;
    z-index: 9;
    bottom: 24px;

    display: block;

    width: 100%;

    color: #fff;
}

.box-product .product .pro-more a:after {
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: block;

    content: '\e6f3';
}

.box-product .product .pro-more a:hover:after {
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}

.box-product .best-list {
    margin: 0 -4px;
    margin-top: 20px;
    padding-right: 100px;
}

@media (max-width: 767px) {
    .box-product .best-list {
        padding-right: 60px;
    }
}

.box-product .best-list li {
    display: inline-block;

    margin-top: 10px;
    padding: 0 4px;
    padding-bottom: 2px;
}

.box-product .best-list li:first-child {
    margin-left: 0;
}

.box-product .best-list li span {
    line-height: 35px;

    display: block;

    padding: 0 26px;

    cursor: pointer;

    border: 1px solid #e0e0e0;
}

.box-product .best-list li.active span,
.box-product .best-list li:hover span {
    color: #4ac1f3;
    border-color: #4ac1f3;
}

.box-product .info {
    margin: 0 -8px;
}

.box-product .info .item {
    margin: 50px 8px 20px 8px;
    padding-bottom: 25px;

    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
}

.box-product .info .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-product .info .item p {
    line-height: 20px;

    height: 20px;
    margin: 0;

    text-align: center;
    font-size: 18px;
    margin-top: 25px;
}

.box-product .info .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-product .info .item:hover p {
    color: #4ac1f3;
}

.box-case {
    padding-bottom: 0;

    background-color: #f5f5f5;
}

.box-case .text {
    margin-top: 20px;
}

.box-case .text p {
    line-height: 1.71428571;

    margin: 0;

    letter-spacing: 1.08px;

    color: #999;
}

.box-case .case {
    height: 420px;
    margin-top: 50px;

    background-color: #4ac1f3;
}

@media (max-width: 991px) {
    .box-case .case {
        height: auto;
    }
}

.box-case .case .pic {
    float: left;
    overflow: hidden;

    width: 66%;
    height: 420px;
}

@media (max-width: 991px) {
    .box-case .case .pic {
        float: none;

        width: 100%;
        height: auto;
    }
}

.box-case .case .pic img {
    height: 100%;
}

@media (max-width: 991px) {
    .box-case .case .pic img {
        width: 100%;
        height: auto;
    }
}

.box-case .case .text {
    float: left;

    width: 34%;
    height: 100%;
    padding: 60px 40px;

    background: url(../images/case_bg.jpg) no-repeat bottom right;
}

@media (max-width: 991px) {
    .box-case .case .text {
        float: none;

        width: 100%;
        padding: 30px 15px;
    }
}

.box-case .case .text h3 {
    font-size: 18px;

    position: relative;
    z-index: 2;

    margin: 0;

    color: #fff;
}

.box-case .case .text p {
    line-height: 1.85714286;

    position: relative;
    z-index: 2;

    display: -webkit-box;
    overflow: hidden;

    margin: 20px 0 0 0;

    color: #d4f2ff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.box-case .case .text a.more {
    line-height: 30px;

    position: relative;
    z-index: 2;

    display: inline-block;

    margin-top: 50px;
    padding: 0 20px;

    -webkit-transition: all .5s;
    transition: all .5s;

    color: #fff;
    border: 1px solid #fff;
}

.box-case .case .text a.more:hover {
    color: #4ac1f3;
    background-color: #fff;
}

.box-case .case .text img {
    position: absolute;
    right: 40px;
    bottom: 20px;
}

.box-case .case .owl-pagination {
    position: absolute;
    bottom: 34px;
    left: 0;

    width: 66%;

    text-align: center;
}

@media (max-width: 991px) {
    .box-case .case .owl-pagination {
        bottom: 360px;

        width: 100%;

        text-align: center;
    }
}

.box-case .case .owl-pagination .owl-page {
    display: inline-block;
}

.box-case .case .owl-pagination .owl-page span {
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 5px;

    opacity: .26;
    border-radius: 50%;
    background-color: #fff;
}

.box-case .case .owl-pagination .owl-page.active span {
    opacity: 1;
}

.box-case .case .owl-buttons {
    display: none;
}

.box-customer .text {
    margin-top: 20px;
}

.box-customer .text p {
    line-height: 1.71428571;

    margin: 0;

    letter-spacing: 1.08px;

    color: #999;
}

.box-customer .item {
    margin: 0 15px;
    margin-top: 50px;
}

.box-customer .item .img-box {
    padding-bottom: 73.33333333%;
}

.box-customer .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-customer .item p {
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 20px 0 0 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.box-customer .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-customer .item:hover p {
    color: #4ac1f3;
}

.box-customer .owl-pagination {
    position: absolute;
    right: 0;
    bottom: 120px;
    left: 0;

    display: none;

    width: 100%;
    margin: auto;

    text-align: center;
}

@media (max-width: 1199px) {
    .box-customer .owl-pagination {
        bottom: 14px;

        text-align: center;
    }
}

.box-customer .owl-pagination .owl-page {
    display: inline-block;
}

.box-customer .owl-pagination .owl-page span {
    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 12px;

    opacity: .3;
    border-radius: 50%;
    background-color: #565759;
}

.box-customer .owl-pagination .owl-page.active span {
    opacity: 1;
}

.box-customer .owl-theme .owl-controls .owl-buttons .owl-prev,
.box-customer .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    z-index: 9;
    top: -40px;
    right: 0;

    opacity: 1;
    background: none;
}

@media (max-width: 767px) {

    .box-customer .owl-theme .owl-controls .owl-buttons .owl-prev,
    .box-customer .owl-theme .owl-controls .owl-buttons .owl-next {
        position: relative;
        top: 0;

        margin-top: 30px;
    }
}

.box-customer .owl-theme .owl-controls .owl-buttons .owl-prev:before,
.box-customer .owl-theme .owl-controls .owl-buttons .owl-next:before {
    font-family: 'iconfont';
    font-size: 30px;

    display: inline-block;

    content: '\e6f3';

    color: #bebebe;
}

.box-customer .owl-theme .owl-controls .owl-buttons .owl-prev:hover:before,
.box-customer .owl-theme .owl-controls .owl-buttons .owl-next:hover:before {
    color: #4ac1f3;
}

.box-customer .owl-theme .owl-controls .owl-buttons .owl-prev {
    right: 54px;
    left: auto;
}

@media (max-width: 767px) {
    .box-customer .owl-theme .owl-controls .owl-buttons .owl-prev {
        right: 0;
    }
}

.box-customer .owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: '\e9b9';
}

.footer .foot {
    font-size: 13px;
    line-height: 2.30769231;

    padding: 70px 0;

    color: #8a8f90;
    background-color: #2d3031;
}

@media (max-width: 991px) {
    .footer .foot {
        padding: 60px 0 50px;
    }
}

.footer .foot .foot-logo {
    height: 50px;
}

.footer .foot .foot-logo img {
    height: 100%;
}

.footer .foot .share ul li {
    display: inline-block;

    margin-top: 20px;
}

.footer .foot .share ul li a:before {
    font-family: 'iconfont';
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;

    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 14px;

    content: '\e615';
    text-align: center;

    color: #fff;
    border-radius: 50%;
}

.footer .foot .share ul li.twitter a:before {
    content: '\e60b';
}

.footer .foot .share ul li.linkedin a:before {
    content: '\e6f0';
}

.footer .foot .share ul li.instagram a:before {
    content: '\e607';
}

.footer .foot .share ul li.youtube a:before {
    content: '\e69c';
}

.footer .foot .share ul li:hover a {
    text-decoration: underline;

    color: #fff;
}

.footer .foot .foot-logo {
    height: 50px;
}

.footer .foot .foot-logo img {
    height: 100%;
}

.footer .foot .contact {
    margin-top: 36px;
}

.footer .foot .contact p {
    margin: 0;
}

.footer .foot .contact a:hover {
    text-decoration: underline;

    color: #fff;
}

.footer .foot .foot-nav {
    padding-left: 5%;
}

@media (max-width: 991px) {
    .footer .foot .foot-nav {
        padding-left: 0;
    }
}

.footer .foot .foot-nav ul li {
    display: inline-block;

    width: 18%;
    margin-right: -4px;

    vertical-align: top;
}

@media (max-width: 991px) {
    .footer .foot .foot-nav ul li {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .footer .foot .foot-nav ul li {
        width: 50%;
    }
}

.footer .foot .foot-nav ul li:last-child {
    width: 28%;
}

@media (max-width: 767px) {
    .footer .foot .foot-nav ul li:last-child {
        width: 100%;
    }
}

.footer .foot .foot-nav h3 {
    font-size: 15px;

    margin: 0 0 20px 0;

    color: #fff;
}

.footer .foot .foot-nav a {
    display: block;
}

.footer .foot .foot-nav a:hover {
    text-decoration: underline;

    color: #fff;
}

.footer .foot .foot-nav form input,
.footer .foot .foot-nav form textarea {
    font-size: 12px;
    line-height: 28px;

    width: 100%;
    margin-bottom: 12px;
    padding: 5px 15px;

    border: 1px solid #3b3f40;
    background: none;
}

.footer .foot .foot-nav form input::-webkit-input-placeholder,
.footer .foot .foot-nav form textarea::-webkit-input-placeholder {
    color: #8a8f90;
}

.footer .foot .foot-nav form input:-o-placeholder,
.footer .foot .foot-nav form textarea:-o-placeholder {
    color: #8a8f90;
}

.footer .foot .foot-nav form input::-moz-placeholder,
.footer .foot .foot-nav form textarea::-moz-placeholder {
    color: #8a8f90;
}

.footer .foot .foot-nav form input:-ms-input-placeholder,
.footer .foot .foot-nav form textarea:-ms-input-placeholder {
    color: #8a8f90;
}

.footer .foot .foot-nav form input:focus::-webkit-input-placeholder,
.footer .foot .foot-nav form textarea:focus::-webkit-input-placeholder {
    color: #ccc;
}

.footer .foot .foot-nav form input:focus::-o-placeholder,
.footer .foot .foot-nav form textarea:focus::-o-placeholder {
    color: #ccc;
}

.footer .foot .foot-nav form input:focus::-moz-placeholder,
.footer .foot .foot-nav form textarea:focus::-moz-placeholder {
    color: #ccc;
}

.footer .foot .foot-nav form input:focus::-ms-input-placeholder,
.footer .foot .foot-nav form textarea:focus::-ms-input-placeholder {
    color: #ccc;
}

.footer .foot .foot-nav form .submit {
    font-size: 13px;
    line-height: 18px;

    margin: 0;
    padding: 0;

    color: #fff;
    background: none;
}

.footer .foot .foot-nav form .submit:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: left;

    margin-right: 8px;

    content: '\e626';
}

.footer .foot .foot-nav form .submit:hover {
    text-decoration: underline;
}

.footer .copyright {
    line-height: 30px;

    padding: 25px 0;
}

@media (max-width: 767px) {
    .footer .copyright {
        padding: 20px 0;
    }
}

.footer .copyright p {
    font-size: 13px;

    display: inline-block;

    margin: 0;

    color: #666;
}

.footer .copyright p a {
    margin-left: 26px;
}

.footer .copyright p a:hover {
    text-decoration: underline;

    color: #4ac1f3;
}

.footer .copyright .language {
    position: relative;

    float: right;

    margin-left: 50px;
}

@media (max-width: 767px) {
    .footer .copyright .language {
        float: left;

        margin-left: 0;
    }
}

.footer .copyright .language>a:after {
    display: inline-block;
    float: right;

    width: 0;
    height: 0;
    margin-top: 14px;
    margin-left: 8px;

    content: '';

    border-top: 4px solid #bbb;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.footer .copyright .language a {
    font-size: 13px;
    line-height: 30px;

    color: #666;
}

.footer .copyright .language a:before {
    display: inline-block;
    float: left;

    width: 24px;
    height: 24px;
    margin-top: 3px;
    margin-right: 10px;

    content: '';

    border-radius: 50%;
    background: url(../images/language.png) no-repeat;
    background-size: cover;
}

.footer .copyright .language a.cn:before {
    background-position: -24px 0;
}

.footer .copyright .language a:hover {
    text-decoration: underline;
}

.footer .copyright .language ul {
    position: absolute;
    bottom: 0;

    width: 100%;
    min-width: 110px;
    margin-left: -10px;
    padding: 10px 10px;

    -webkit-transition: all .5s;
    transition: all .5s;

    opacity: 0;
    background-color: rgba(0, 0, 0, .8);
}

.footer .copyright .language ul a {
    color: #fff;
}

.footer .copyright .language:hover ul {
    -webkit-transform: translateY(-40%);
    -webkit-transform: translate3d(0, -40%, 0);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    transform: translate3d(0, -40%, 0);

    opacity: 1;
}

.sub-box {
    overflow: hidden;
}

@media (max-width: 991px) {
    .sub-box {
        padding: 0;
    }
}

.sub-box .category {
    position: relative;

    width: 100%;
    height: 61px;

    text-align: center;

    border-bottom: 1px solid #eaeaea;
}

@media (max-width: 991px) {
    .sub-box .category {
        height: 51px;
    }
}

.sub-box .category ul {
    position: absolute;
    left: 0;

    white-space: nowrap;
}

.sub-box .category ul li {
    position: relative;

    display: inline-block;

    height: 60px;
}

@media (max-width: 991px) {
    .sub-box .category ul li {
        height: 50px;
    }
}

.sub-box .category ul li a {
    font-size: 13px;
    line-height: 60px;

    position: relative;

    display: block;

    height: 60px;
    padding: 0 34px;
}

@media (max-width: 991px) {
    .sub-box .category ul li a {
        line-height: 50px;

        height: 50px;
    }
}

.sub-box .category ul li.active a,
.sub-box .category ul li:hover a {
    color: #4ac1f3;
}

.sub-box .category ul li.active a:after,
.sub-box .category ul li:hover a:after {
    position: absolute;
    z-index: 9;
    bottom: -1px;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #4ac1f3;
}

.sub-box.sub-product .category ul li.active a:after,
.sub-box.sub-product .category ul li:hover a:after {
    z-index: 10;
    right: 0;
    bottom: -5px;
    left: 0;

    display: inline-block;

    width: 0;
    height: 0;
    margin: auto;

    content: '';

    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    background: none;
}

.sub-box.sub-news {
    border-top: 3px solid #4ac1f3;
}

.wrapper {
    overflow: hidden;
}

.wrap {
    padding: 70px 0;
}

@media (max-width: 991px) {
    .wrap {
        padding: 50px 0;
    }
}

.title-in h2 {
    font-size: 24px;
    font-weight: normal;

    margin: 0;
}

.title-in p {
    font-family: Arial, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 12px !important;
    line-height: 2.08333333;

    margin: 0;

    color: #999 !important;
}

.sidenav {
    float: left;

    width: 20%;
    margin-bottom: -9999px;
    padding-top: 70px;
    padding-bottom: 9999px;

    border-right: 1px solid #eaeaea;
}

@media (max-width: 991px) {
    .sidenav {
        overflow: hidden;

        width: 100%;
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 0;

        border-right: none;
    }
}

@media (max-width: 991px) {
    .sidenav .category1 {
        position: relative;

        width: 100%;
        height: 36px;
    }
}

@media (max-width: 991px) {
    .sidenav ul {
        position: absolute;
        left: 0;

        height: 36px;

        white-space: nowrap;
    }
}

@media (max-width: 991px) {
    .sidenav ul li {
        display: inline-block;
    }
}

.sidenav ul li a {
    font-size: 13px;
    line-height: 2.76923077;

    display: block;

    color: #666;
}

@media (max-width: 991px) {
    .sidenav ul li a {
        padding: 0 10px;
    }
}

.sidenav ul li a:before {
    font-family: 'iconfont' !important;

    margin-right: 8px;

    content: '\e72f';
}

@media (max-width: 991px) {
    .sidenav ul li a:before {
        display: none;
    }
}

.sidenav ul li:hover a,
.sidenav ul li.active a {
    color: #4ac1f3;
}

.wrap-about {
    border-bottom: 1px solid #eaeaea;
}

.wrap-about .about {
    padding-right: 14%;
}

@media (max-width: 991px) {
    .wrap-about .about {
        padding-right: 0;
    }
}

.wrap-about .about .text {
    margin-top: 30px;
}

.wrap-about .about p {
    font-size: 13px;
    line-height: 2;

    margin: 0;

    color: #666;
}

@media (max-width: 991px) {
    .wrap-about .pic {
        margin-top: 30px;
    }
}

.wrap-about .pic img {
    max-width: 100%;
}

.wrap-enterprise .info {
    margin: 0 -30px;
}

.wrap-enterprise .item {
    display: inline-block;
    float: none;

    margin-top: 50px;
    margin-right: -4px;
    padding: 0 30px;

    text-align: center;
    vertical-align: top;
}

@media (max-width: 991px) {
    .wrap-enterprise .item {
        margin-top: 30px;
    }
}

.wrap-enterprise .item .pic {
    overflow: hidden;

    max-width: 150px;
    margin: 0 auto;

    border-radius: 50%;
}

.wrap-enterprise .item .pic .img-box,
.wrap-enterprise .item .pic img {
    overflow: hidden;

    border-radius: 50%;
}

.wrap-enterprise .item .text h3 {
    font-size: 18px;
    font-weight: bold;

    margin: 30px 0 0 0;
}

.wrap-enterprise .item .text p {
    line-height: 1.69230769;

    margin: 14px 0 0 0;

    color: #666;
}

.wrap-culture .culture {
    margin: 0 -30px;
}

@media (max-width: 991px) {
    .wrap-culture .culture {
        margin: 0 -15px;
    }
}

.wrap-culture .culture .list {
    display: inline-block;
    float: none;

    margin-right: -4px;
    padding: 0 30px;

    vertical-align: top;
}

@media (max-width: 991px) {
    .wrap-culture .culture .list {
        padding: 0 15px;
    }
}

.wrap-culture .culture .item {
    position: relative;

    margin-top: 40px;
    padding-left: 96px;

    -webkit-transition: all .6s;
    transition: all .6s;
}

.wrap-culture .culture .item:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 80px;

    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 80px;
    height: 80px;

    content: '\e709';
    text-align: center;

    color: #4ac1f3;
    border: 1px solid #4ac1f3;
    border-radius: 11px;
}

.wrap-culture .culture .item-2:before {
    content: '\e6d6';
}

.wrap-culture .culture .item-3:before {
    font-size: 34px;

    content: '\e90e';
}

.wrap-culture .culture .item-4:before {
    content: '\e62f';
}

.wrap-culture .culture .item-5:before {
    font-size: 32px;

    content: '\e8a5';
}

.wrap-culture .culture .item h3 {
    font-size: 16px;

    margin: 0;
    padding: 14px 0 0 0;

    color: #4ac1f3;
}

.wrap-culture .culture .item p {
    font-size: 13px;
    line-height: 23px;

    margin: 10px 0 0 0;

    color: #666;
}

.wrap-culture .culture .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.wrap-culture .culture .item:hover:before {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}

.wrap-customer {
    overflow: hidden;
}

@media (max-width: 767px) {
    .wrap-customer .customer {
        margin: 0 -8px;
    }
}

.wrap-customer .customer ul li {
    float: left;

    width: 20%;
    margin-top: 40px;
    padding: 0 15px;
}

@media (max-width: 1199px) {
    .wrap-customer .customer ul li {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .wrap-customer .customer ul li {
        width: 33.33333333%;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .wrap-customer .customer ul li {
        width: 50%;
        padding: 0 8px;
    }
}

.wrap-customer .customer .pic {
    border: 1px solid #eee;
}

.wrap-customer .customer .img-box {
    padding-bottom: 66.66666667%;
}

.wrap-customer .customer p {
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 20px 0 0 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-news .news li {
    overflow: hidden;

    padding: 45px 0;

    border-bottom: 1px solid #eaeaea;
}

.wrap-news .news li:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-news .news .pic {
    float: left;

    width: 38%;
}

@media (max-width: 991px) {
    .wrap-news .news .pic {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .wrap-news .news .pic {
        width: 100%;
    }
}

.wrap-news .news .pic .img-box {
    padding-bottom: 67.34693878%;
}

.wrap-news .news .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-news .news .text {
    float: left;

    width: 62%;
    padding-left: 50px;
}

@media (max-width: 1199px) {
    .wrap-news .news .text {
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .wrap-news .news .text {
        width: 55%;
    }
}

@media (max-width: 767px) {
    .wrap-news .news .text {
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
    }
}

.wrap-news .news .text h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;

    display: -webkit-box;
    overflow: hidden;

    max-height: 52px;

    -webkit-transition: all .4s;
    transition: all .4s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
    .wrap-news .news .text h3 {
        margin-top: 0;
    }
}

.wrap-news .news .text a {
    display: block;
}

.wrap-news .news .text span {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;

    display: block;

    color: #4ac1f3;
}

.wrap-news .news .text span:before {
    font-family: 'iconfont' !important;
    font-size: 16px;

    float: left;

    margin-right: 7px;

    content: '\e6b2';
}

.wrap-news .news .text p {
    font-size: 13px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    max-height: 52px;
    margin: 40px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
    .wrap-news .news .text p {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .wrap-news .news .text p {
        margin-top: 20px;
    }
}

.wrap-news .news .text a.more {
    font-size: 13px;
    line-height: 36px;

    display: inline-block;

    margin-top: 36px;
    padding: 0 44px;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #fff;
    border: 1px solid #4ac1f3;
    background-color: #4ac1f3;
}

@media (max-width: 991px) {
    .wrap-news .news .text a.more {
        margin-top: 20px;
    }
}

.wrap-news .news .text a.more:hover {
    color: #4ac1f3;
    background: none;
}

.wrap-news-show .news-show .title-news {
    padding-bottom: 40px;

    text-align: center;

    border-bottom: 1px solid #eaeaea;
}

.wrap-news-show .news-show .title-news h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}

.wrap-news-show .news-show .title-news span {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;

    display: inline-block;

    margin-top: 15px;

    color: #4ac1f3;
}

.wrap-news-show .news-show .title-news span:before {
    font-family: 'iconfont' !important;
    font-size: 16px;

    float: left;

    margin-right: 7px;

    content: '\e6b2';
}

.wrap-news-show .news-show .text {
    padding: 50px 0;
}

.wrap-news-show .news-show .text p {
    font-size: 13px;
    line-height: 2;

    margin: 0;

    color: #666;
}

.wrap-news-show .news-show .text img {
    display: block;

    max-width: 100%;
    margin: 0 auto;
}

.wrap-news-show .news-show .relate {
    padding-top: 30px;

    border-top: 1px solid #eaeaea;
}

.wrap-news-show .news-show .relate ul li a {
    font-size: 13px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-news-show .news-show .relate ul li:hover a {
    color: #4ac1f3;
}

.wrap-product {
    float: left;

    width: 80%;
    padding-left: 50px;
}

@media (max-width: 991px) {
    .wrap-product {
        width: 100%;
        padding-left: 0;
    }
}

.wrap-product .product {
    margin-top: 10px;
}

.wrap-product .item {
    margin-top: 30px;
    padding: 10px;

    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
}

.wrap-product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-product .item p {
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;

    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;

    background-color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-product .item:hover p {
    color: #fff;
    background-color: #4ac1f3;
}

.wrap-product-show .location {
    padding-left: 10px;
}

.wrap-product-show .location ul li {
    display: inline-block;
}

.wrap-product-show .location ul li a {
    font-size: 13px;

    color: #999;
}

.wrap-product-show .location ul li a::after {
    margin: 0 14px;

    content: '/';

    color: #ccc;
}

.wrap-product-show .location ul li:last-child a::after {
    display: none;
}

.wrap-product-show .location ul li:hover a {
    color: #4ac1f3;
}

.wrap-product-show .pro-show {
    overflow: hidden;

    margin-top: 20px;
}

.wrap-product-show .pro-show .album {
    position: relative;

    float: left;

    width: 55%;
    padding: 10px;
}

@media (max-width: 991px) {
    .wrap-product-show .pro-show .album {
        float: none;

        width: 100%;
    }
}

.wrap-product-show .pro-show .album .sync {
    margin: 0 -12px;
}

@media (max-width: 767px) {
    .wrap-product-show .pro-show .album .sync {
        margin: 0 -4px;
    }
}

.wrap-product-show .pro-show .album .sync1 {
    width: 100%;
    padding: 25px 100px;

    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
}

@media (max-width: 991px) {
    .wrap-product-show .pro-show .album .sync1 {
        padding: 5px 50px;

        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    }
}

.wrap-product-show .pro-show .album .sync1 .item {
    width: 100%;

    text-align: center;

    background: #fff;
}

.wrap-product-show .pro-show .album .sync2 {
    margin: 0 auto;
    margin-top: 15px;
}

.wrap-product-show .pro-show .album .sync2 .item {
    margin: 10px;
    padding: 5px 15px;

    cursor: pointer;

    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
}

@media (max-width: 991px) {
    .wrap-product-show .pro-show .album .sync2 .item {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    }
}

.wrap-product-show .pro-show .album .sync2 .synced {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

@media (max-width: 991px) {
    .wrap-product-show .pro-show .album .sync2 .synced {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    }
}

.wrap-product-show .pro-show .album .owl-theme .owl-controls .owl-buttons {
    display: none;
}

.wrap-product-show .pro-show .text {
    float: left;

    width: 45%;
    padding-top: 50px;
    padding-left: 60px;
}

@media (max-width: 1199px) {
    .wrap-product-show .pro-show .text {
        padding-top: 0;
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .wrap-product-show .pro-show .text {
        float: none;

        width: 100%;
        padding-top: 30px;
        padding-left: 0;
    }
}

.wrap-product-show .pro-show .text .p-title {
    padding-bottom: 40px;

    border-bottom: 1px solid #eaeaea;
}

.wrap-product-show .pro-show .text .p-title h3 {
    font-size: 24px;
    font-weight: normal;

    margin: 0;
}

@media (max-width: 991px) {
    .wrap-product-show .pro-show .text .p-title h3 {
        font-size: 20px;
    }
}

.wrap-product-show .pro-show .text .p-title p {
    font-size: 13px;
    line-height: 2;

    margin: 20px 0 0 0;

    color: #666;
}

.wrap-product-show .pro-show .text .note {
    margin-top: 40px;
}

.wrap-product-show .pro-show .text .note h4 {
    font-size: 14px;
    font-weight: bold;

    margin: 0 0 14px 0;

    color: #4ac1f3;
}

.wrap-product-show .pro-show .text .note p {
    font-size: 13px;
    line-height: 2;

    position: relative;

    margin: 0;
    padding-left: 20px;

    color: #666;
}

.wrap-product-show .pro-show .text .note p:before {
    position: absolute;
    left: 0;

    display: block;

    content: '•';

    color: #c4c4c4;
}

.wrap-product-show .pro-show .text .link {
    margin-top: 30px;
}

.wrap-product-show .pro-show .text .link a {
    font-size: 13px;
    font-weight: bold;
    line-height: 45px;

    display: inline-block;

    height: 45px;
    padding: 0 50px;

    text-align: center;

    color: #fff;
    background-color: #4ac1f3;
}

.wrap-product-show .pro-show .text .link a:before {
    font-family: 'iconfont';
    font-size: 16px;
    font-weight: normal;

    float: left;

    margin-right: 7px;

    content: '\e644';
}

.wrap-product-show .pro-show .text .link a:hover {
    text-decoration: underline;
}

.wrap-product-show .parameter {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .wrap-product-show .parameter {
        margin-top: 50px;
    }
}

.wrap-product-show .parameter .info {
    border: 1px solid #e4e4e4;
}

@media (min-width: 992px) {
    .wrap-product-show .parameter .info {
        min-height: 1274px;
    }
}

@media (min-width: 1200px) {
    .wrap-product-show .parameter .info {
        min-height: 1302px;
    }
}

.wrap-product-show .parameter .category {
    overflow: hidden;

    width: 100%;
    height: 50px;
    padding: 7px 40px 0 40px;

    background-color: #4ac1f3;
}

@media (max-width: 991px) {
    .wrap-product-show .parameter .category {
        padding: 7px 15px 0 15px;
    }
}

.wrap-product-show .parameter .category ul {
    overflow: hidden;

    height: 43px;
    margin: 0;
    padding: 0;
}

.wrap-product-show .parameter .category ul li {
    position: relative;

    float: left;

    height: 43px;

    list-style: none;
}

.wrap-product-show .parameter .category ul li a {
    font-size: 13px;
    font-weight: bold;
    line-height: 43px;

    display: block;

    height: 43px;
    padding: 0 40px;

    color: #fff;
    border-radius: 5px 5px 0 0;
}

@media (max-width: 1199px) {
    .wrap-product-show .parameter .category ul li a {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .wrap-product-show .parameter .category ul li a {
        padding: 0 20px;
    }
}

@media (max-width: 375px) {
    .wrap-product-show .parameter .category ul li a {
        padding: 0 10px;
    }
}

.wrap-product-show .parameter .category ul li.active a {
    color: #4ac1f3;
    background-color: #fff;
}

.wrap-product-show .parameter .note {
    display: none;
    overflow: hidden;

    padding: 50px 40px;

    border: 1px solid #f1f1f1;
    border-top: none;
}

@media (max-width: 991px) {
    .wrap-product-show .parameter .note {
        padding: 30px 15px;
    }
}

.wrap-product-show .parameter .note p {
    font-size: 13px;
    line-height: 2;

    margin: 0;

    color: #666;
}

.wrap-product-show .parameter .note img {
    max-width: 100%;
}

.wrap-product-show .parameter .message p {
    font-size: 13px;
    line-height: 26px;

    color: #666;
}

.wrap-product-show .parameter .message form {
    margin-top: 15px;
}

.wrap-product-show .parameter .message input,
.wrap-product-show .parameter .message textarea {
    font-size: 13px;

    width: 100%;
    margin-top: 20px;
    padding: 0 16px;

    outline: none;
    background-color: #f4f4f4;
}

.wrap-product-show .parameter .message input {
    line-height: 22px;

    height: 42px;
    padding: 10px 20px;
}

.wrap-product-show .parameter .message textarea {
    line-height: 30px;

    padding: 10px 16px;

    resize: vertical;
}

.wrap-product-show .parameter .message input::-webkit-input-placeholder,
.wrap-product-show .parameter .message textarea::-webkit-input-placeholder {
    color: #999;
}

.wrap-product-show .parameter .message input:-o-placeholder,
.wrap-product-show .parameter .message textarea:-o-placeholder {
    color: #999;
}

.wrap-product-show .parameter .message input::-moz-placeholder,
.wrap-product-show .parameter .message textarea::-moz-placeholder {
    color: #999;
}

.wrap-product-show .parameter .message input:-ms-input-placeholder,
.wrap-product-show .parameter .message textarea:-ms-input-placeholder {
    color: #999;
}

.wrap-product-show .parameter .message input:focus::-webkit-input-placeholder,
.wrap-product-show .parameter .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .parameter .message input:focus::-o-placeholder,
.wrap-product-show .parameter .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .parameter .message input:focus::-moz-placeholder,
.wrap-product-show .parameter .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .parameter .message input:focus::-ms-input-placeholder,
.wrap-product-show .parameter .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .parameter .message .read input::-webkit-input-placeholder {
    font-weight: 600;

    color: #333;
}

.wrap-product-show .parameter .message .read input:-o-placeholder {
    font-weight: 600;

    color: #333;
}

.wrap-product-show .parameter .message .read input::-moz-placeholder {
    font-weight: 600;

    color: #333;
}

.wrap-product-show .parameter .message .read input:-ms-input-placeholder {
    font-weight: 600;

    color: #333;
}

.wrap-product-show .parameter .message .read input:focus::-webkit-input-placeholder {
    font-weight: 600;

    color: #333;
}

.wrap-product-show .parameter .message .read input:focus::-o-placeholder {
    font-weight: 600;

    color: #333;
}

.wrap-product-show .parameter .message .read input:focus::-moz-placeholder {
    font-weight: 600;

    color: #333;
}

.wrap-product-show .parameter .message .read input:focus::-ms-input-placeholder {
    font-weight: 600;

    color: #333;
}

.wrap-product-show .parameter .message .submit {
    font-size: 13px;
    font-weight: bold;
    line-height: 45px;

    display: inline-block;

    height: 45px;
    margin-top: 30px;
    padding: 0 76px;

    color: #fff;
    border-radius: 0;
    background-color: #4ac1f3;
}

.wrap-product-show .parameter .message .submit:hover {
    text-decoration: underline;
}

.wrap-honor .item {
    margin-top: 40px;
}

.wrap-honor .item .pic {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .07);
}

.wrap-honor .item .img-box {
    padding-bottom: 126.66666667%;
}

.wrap-honor .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-honor .item p {
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 20px 0 0 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-honor .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-honor .item:hover p {
    color: #4ac1f3;
}

.wrap-case .case .item {
    margin-top: 30px;
    padding: 10px;

    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
}

.wrap-case .case .item .img-box {
    padding-bottom: 56.41025641%;
}

.wrap-case .case .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-case .case .item .text {
    padding: 0 20px;
}

.wrap-case .case .item .text h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 20px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-case .case .item .text p {
    font-size: 13px;
    line-height: 22px;

    margin: 16px 0 0 0;

    color: #666;
    overflow: hidden;
    height: 40px;
}

.wrap-case .case .item .text a.more:after {
    font-family: 'iconfont' !important;
    font-size: 28px;

    content: '\e6f3';

    color: #4ac1f3;
}

.wrap-case .case .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-case-show .title-case-show {
    text-align: center;
}

.wrap-case-show .title-case-show h2 {
    font-size: 24px;
}

.wrap-case-show .case-show {
    margin-top: 40px;
    padding: 40px 90px;

    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
}

@media (max-width: 991px) {
    .wrap-case-show .case-show {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .wrap-case-show .case-show {
        padding: 10px;
    }
}

.wrap-case-show .case-show .img-box {
    padding-bottom: 50%;
}

.wrap-case-show .case-show .owl-pagination {
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;

    width: 100%;
    margin: auto;

    text-align: center;
}

@media (max-width: 1199px) {
    .wrap-case-show .case-show .owl-pagination {
        bottom: 14px;

        text-align: center;
    }
}

.wrap-case-show .case-show .owl-pagination .owl-page {
    display: inline-block;
}

.wrap-case-show .case-show .owl-pagination .owl-page span {
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 7px;

    opacity: .5;
    border-radius: 50%;
    background-color: #fff;
}

.wrap-case-show .case-show .owl-pagination .owl-page.active span {
    opacity: 1;
}

@media (max-width: 767px) {
    .wrap-case-show .case-show .owl-theme .owl-controls .owl-buttons {
        display: none;
    }
}

.wrap-case-show .case-show .owl-theme .owl-controls .owl-buttons .owl-prev,
.wrap-case-show .case-show .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: -90px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    opacity: 1;
    background: none;
}

@media (max-width: 991px) {

    .wrap-case-show .case-show .owl-theme .owl-controls .owl-buttons .owl-prev,
    .wrap-case-show .case-show .owl-theme .owl-controls .owl-buttons .owl-next {
        left: -55px;
    }
}

.wrap-case-show .case-show .owl-theme .owl-controls .owl-buttons .owl-prev:before,
.wrap-case-show .case-show .owl-theme .owl-controls .owl-buttons .owl-next:before {
    font-family: 'iconfont';
    font-size: 60px;

    display: inline-block;

    content: '\e9b8';

    color: #bebebe;
}

@media (max-width: 991px) {

    .wrap-case-show .case-show .owl-theme .owl-controls .owl-buttons .owl-prev:before,
    .wrap-case-show .case-show .owl-theme .owl-controls .owl-buttons .owl-next:before {
        font-size: 40px;
    }
}

.wrap-case-show .case-show .owl-theme .owl-controls .owl-buttons .owl-prev:hover:before,
.wrap-case-show .case-show .owl-theme .owl-controls .owl-buttons .owl-next:hover:before {
    color: #4ac1f3;
}

.wrap-case-show .case-show .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -90px;
    left: auto;
}

@media (max-width: 991px) {
    .wrap-case-show .case-show .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -55px;
    }
}

.wrap-case-show .case-show .owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: '\e609';
}

.wrap-case-show .text {
    margin-top: 50px;
}
@media (max-width: 991px) {
.wrap-case-show .text img{
    width: 100%;
}

}
.wrap-case-show .text p {
    line-height: 2;

    margin: 0;

    color: #666;
}

.wrap-contact {
    width: 100%;
    padding: 76px 0 86px;

    border: none;
}

@media (max-width: 991px) {
    .wrap-contact {
        padding: 50px 0;
    }
}

.wrap-contact .contact {
    overflow: hidden;
}

.wrap-contact .contact .title-contact h3 {
    font-size: 20px;
    font-weight: bold;

    margin: 0;

    letter-spacing: 2.86px;
}

.wrap-contact .contact .title-contact p {
    font-size: 16px;
    line-height: 1.875;

    margin: 14px 0 0 0;

    color: #666;
}

.wrap-contact .contact .text {
    float: left;

    width: 52%;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .wrap-contact .contact .text {
        width: 100%;
    }
}

.wrap-contact .contact .text p {
    line-height: 1.71428571;

    color: #666;
}

.wrap-contact .contact .text p b {
    font-weight: normal;

    display: block;

    margin-bottom: 20px;

    color: #4ac1f3;
}

.wrap-contact .contact .text p a:hover {
    text-decoration: underline;
}

.wrap-contact .contact .message {
    float: left;

    width: 48%;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .wrap-contact .contact .message {
        width: 100%;
    }
}

.wrap-contact .contact .message p {
    line-height: 1.42857143;

    margin: 0;

    color: #666;
}

.wrap-contact .contact .message form {
    margin-top: 12px;
}

.wrap-contact .contact .message form ul {
    margin: 0 -8px;
}

.wrap-contact .contact .message form ul li {
    float: left;

    width: 50%;
    padding: 0 8px;
}

@media (max-width: 767px) {
    .wrap-contact .contact .message form ul li {
        width: 100%;
    }
}

.wrap-contact .contact .message form ul li:nth-child(5),
.wrap-contact .contact .message form ul li:nth-child(6) {
    width: 100%;
}

.wrap-contact .contact .message input,
.wrap-contact .contact .message textarea {
    font-size: 13px;

    width: 100%;
    margin-top: 18px;
    padding: 0 16px;

    outline: none;
    background-color: #f4f4f4;
}

.wrap-contact .contact .message input {
    line-height: 22px;

    height: 42px;
    padding: 10px 20px;
}

.wrap-contact .contact .message textarea {
    line-height: 30px;

    padding: 10px 16px;

    resize: vertical;
}

.wrap-contact .contact .message input::-webkit-input-placeholder,
.wrap-contact .contact .message textarea::-webkit-input-placeholder {
    color: #999;
}

.wrap-contact .contact .message input:-o-placeholder,
.wrap-contact .contact .message textarea:-o-placeholder {
    color: #999;
}

.wrap-contact .contact .message input::-moz-placeholder,
.wrap-contact .contact .message textarea::-moz-placeholder {
    color: #999;
}

.wrap-contact .contact .message input:-ms-input-placeholder,
.wrap-contact .contact .message textarea:-ms-input-placeholder {
    color: #999;
}

.wrap-contact .contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .contact .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.wrap-contact .contact .message input:focus::-o-placeholder,
.wrap-contact .contact .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.wrap-contact .contact .message input:focus::-moz-placeholder,
.wrap-contact .contact .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.wrap-contact .contact .message input:focus::-ms-input-placeholder,
.wrap-contact .contact .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.wrap-contact .contact .message .read input::-webkit-input-placeholder {
    font-weight: 600;

    color: #333;
}

.wrap-contact .contact .message .read input:-o-placeholder {
    font-weight: 600;

    color: #333;
}

.wrap-contact .contact .message .read input::-moz-placeholder {
    font-weight: 600;

    color: #333;
}

.wrap-contact .contact .message .read input:-ms-input-placeholder {
    font-weight: 600;

    color: #333;
}

.wrap-contact .contact .message .read input:focus::-webkit-input-placeholder {
    font-weight: 600;

    color: #333;
}

.wrap-contact .contact .message .read input:focus::-o-placeholder {
    font-weight: 600;

    color: #333;
}

.wrap-contact .contact .message .read input:focus::-moz-placeholder {
    font-weight: 600;

    color: #333;
}

.wrap-contact .contact .message .read input:focus::-ms-input-placeholder {
    font-weight: 600;

    color: #333;
}

.wrap-contact .contact .message .submit {
    font-size: 13px;
    font-weight: bold;
    line-height: 45px;

    display: inline-block;

    height: 45px;
    margin-top: 20px;
    padding: 0 76px;

    color: #fff;
    border-radius: 0;
    background-color: #4ac1f3;
}

.wrap-contact .contact .message .submit:hover {
    text-decoration: underline;
}

.wrap-contact .map {
    overflow: hidden;

    height: 502px;
    margin-top: 70px;

    border: 1px solid #e7e7e7;
}

@media (max-width: 767px) {
    .wrap-contact .map {
        margin-top: 60px;
    }
}

.wrap-contact .map img {
    height: 100%;
}

/**
 * page
 */
.page {
    clear: both;
    overflow: hidden;

    margin-top: 70px;

    text-align: center;
}

@media (max-width: 991px) {
    .page {
        margin-top: 40px;
    }
}

.page a {
    font-weight: bold;
    line-height: 40px;

    display: inline-block;
    overflow: hidden;

    width: 40px;
    height: 40px;
    margin: 0 3px;

    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;

    border-radius: 50%;
}

.page a.omit:hover {
    color: #333;
    background-color: #fff;
}

.page a:first-child:before,
.page a:last-child:before {
    font-family: 'iconfont';

    content: '\e9b5';

    color: #aaa;
}

.page a:first-child:hover,
.page a:last-child:hover {
    background: none;
}

.page a:first-child:hover:before,
.page a:last-child:hover:before {
    color: #4ac1f3;
}

.page a:first-child {
    margin-right: 20px;
}

.page a:last-child {
    margin-left: 20px;
}

.page a:last-child:before {
    content: '\e72f';
}

.page a.active,
.page a:hover {
    color: #fff;
    border-color: #4ac1f3;
    background-color: #4ac1f3;
}

@media (max-width: 767px) {
    .page a {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }

    .page a:first-child,
    .page a:last-child {
        margin: 0 5px;
    }
}

.fancybox-caption {
    font-size: 16px;

    text-align: center;

    border: none;
}




.table-box {
    width: 100%;
    max-width: 100%;
    padding: 0 5px;
    overflow: auto;
}

table {
    //  width: 100%;
    width: auto;
    max-width: 98%;
    border-spacing: 0;
    border-collapse: collapse;
}

table tr,
table td {
    width: auto !important;
    height: auto !important;
    // word-break: break-word;
}

table tr:nth-child(odd) {
    //  background-color: rgb(242, 242, 242);
}

table td {
    padding: 8px !important;
    border: 1px solid #ccc !important;
}

table tr p,
table tr span {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}




.wrap-video .video {
    position: relative;

    overflow: hidden;

    margin-top: 40px;
}

.wrap-video .video .img-box {
    z-index: 0;

    padding-bottom: 60.60606061%;

    background-color: #000000;
}

.wrap-video .video .img-box img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.wrap-video .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}

.wrap-video .video .iframe {
    display: none;

    width: 100% !important;
    height: 100% !important;
}

.wrap-video .video .play {
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 100%;
    margin-bottom: 100%;

    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}

@media (max-width: 991px) {
    .wrap-video .video .play {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);

        opacity: 1;
    }
}

.wrap-video .video .play:before {
    font-family: 'iconfont';
    font-size: 40px;
    font-weight: normal;
    line-height: 1;

    display: block;

    content: '\e69c';
}

.wrap-video .video:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

    opacity: .2;
}

.wrap-video .item {
    position: relative;
}

.wrap-video .item .pic {
    position: relative;
}




@media (max-width: 1199px) {
    .guanggao{
        display: none !important;
    }
}


.qq-client{
    position: fixed;
    right: 0px;
    top: 15%;
    z-index: 9999;
    background: #fff;
}
.qq-client a{width:50px;height:200px;text-align:center;border:#ebebeb solid 1px;padding:0px 0px;line-height:40px;display:block;}
.qq-client-content{position:fixed;right:-250px;top:15%;border:#ebebeb solid 1px;width:300px;display:none;background:#ffffff;z-index: 9999;}
.qq-client-content h1{font-size:14px;width:90%;margin:0px auto;text-align:center;height:50px;line-height:50px;border-bottom:#ebebeb solid 1px;position:relative;}
.qq-client-content h1 span{font-size:12px;font-weight:normal;position:absolute;left:-30px;top:-20px;cursor:pointer;background:#ffffff;border:#ebebeb solid 1px;width:40px;height:40px;line-height:40px;border-radius:20px;text-align:center;}
.qq-client-list{background:#ffffff;}
.client-list{overflow:hidden;line-height:40px;width:90%;margin:0px auto;border-bottom:dashed 1px #ebebeb;}
.client-list a{display:block;}
.client-list a:hover{color:red;}
.client-list span{float:left;}
.client-list label{float:left;width:60px;text-align:right;padding-right:10px;}
.qq-client-content p{
    margin-left: 15px;
}
.qq-client-content .title{
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}
.qq-client-content .zhanwei{
    font-size: 18px;
    font-weight: bold;
}
